Welcome![Sign In][Sign Up]
Location:
Search - Keil RTOS

Search list

[Other resourceKeil+uV3RVRTL

Description: 这个是ARM的RTOS,这个东东很好用的,对于搞单片机与ARM的同志们来说的。-This is the ARM RTOS, the Eastern good use. MCU for engaging with the ARM in terms of the comrades.
Platform: | Size: 1003568 | Author: win2000_li | Hits:

[uCOSSmallRTOS for C51

Description: 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: | Size: 87185 | Author: joyhee@sohu.com | Hits:

[Button controlSmall RTOS(51)

Description: 作者:陈明计 The Real-Time Kernel(For Keil c51)
Platform: | Size: 88387 | Author: NB_XJL | Hits:

[SCM生产线计数控制

Description: 利用SMALL RTOS51做的一个项目,全部齐,用KEIL 7.07可马上编译-use SMALL RTOS51 do a project, all of chai, can be used immediately KEIL compiler 7.07
Platform: | Size: 456704 | Author: 龚树强 | Hits:

[Embeded-SCM Developsmall_rtos1.50.0for arm

Description: 陈明计的small rtos1.5 for ARM 版,keil下开发,值得一看。--Small rtos1.5 for ARM verison, developed by Chen Ming and in keil enviroment.
Platform: | Size: 176128 | Author: 天地英雄 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[SCMKeil+uV3RVRTL

Description: 这个是ARM的RTOS,这个东东很好用的,对于搞单片机与ARM的同志们来说的。-This is the ARM RTOS, the Eastern good use. MCU for engaging with the ARM in terms of the comrades.
Platform: | Size: 1003520 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPScat24wc02LED

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 12288 | Author: 李强 | Hits:

[SCMKernel

Description: Keil开发环境下ARM7内核单片机的ARTX RTOS内核源代码-Keil development environment ARM7 MCU core ARTX RTOS kernel source code
Platform: | Size: 22528 | Author: risccisc | Hits:

[OtherFreeRTOS_LM3S811

Description: FREE-RTOS 在LM3S811上的移植代码(KEIL)-FREE-RTOS in the transplant LM3S811 code (KEIL)
Platform: | Size: 4329472 | Author: qianzd | Hits:

[SCMEdnrtos

Description: 8051单片机嵌入式操作系统small rtos编程及仿真,共5个主题基本包括了SmallRTOS的基本用法,文件包括电路图、完整的Keil工程源码。绝对原创,更多内容看我的博客:http://www.ednchina.com/Blog/crossmind/-8051 embedded operating system small rtos programming and simulation, a total of five basic themes include SmallRTOS the basic usage of the document includes schematics, complete source Keil works. Absolutely original, more watch my blog: http://www.ednchina.com/Blog/crossmind/
Platform: | Size: 1277952 | Author: 田学军 | Hits:

[SCMsmallRTOS

Description: keil开发环境,small RTOS操作系统移植到51单片机上,源码完整,具有很好学习及参考价值.-keil development environment, small RTOS operating system migration to 51 single-chip, the source code integrity, and has good learning and reference value.
Platform: | Size: 104448 | Author: 侯成 | Hits:

[SCMClockRTX51

Description: 1、学习Proteus的使用, 2、学习并掌握编译器Keil C环境下做51的系统开发 3、进一步学习时钟的算法,会使用硬件实现此算法; 4、了解基于RTOS上的多任务分时使用CPU,掌握任务的创建、删除、等待以及任务之间的同步等基本的多任务程序设计方法、掌握操作系统的基本原理。 -1, to learn the use of Proteus, 2, to learn and master the Keil C compiler environment do 51 System Development 3, further study clock algorithms, will use the hardware to achieve this algorithm 4, understanding RTOS based on the time-sharing the use of multi-tasking CPU, have the task to create, delete, waiting, as well as the synchronization between the mandates of the basic procedures for multi-tasking design method, grasp the basic principles of the operating system.
Platform: | Size: 55296 | Author: bluefeifei | Hits:

[SCMRTOS--SmallRTOSV1·50·0

Description: Small RTOS v1.50.0在32位CPU上可以说支持无限的任务(仅受内存限制),任务优先级暂定为32级,任务切换基于优先级,同级任务基于轮询。同时,任务之间可以直接放送消息和回馈消息。而等待事件支持可以选择基于FIFO或基于优先级。这个版本是不完善版本,很多事件如消息邮箱等还没有支持但事件公共部分代码已完成,其它事件代码如以添加。debug也还没有支持,目前仅支持ARM7。 这个板本使用Keil for ARM的软件调试功能通过,但编译器依旧选择ADS1.2。用户可以参照EasyARM2200的工程转移到EasyARM2200硬件上测试。-Small RTOS v1.50.0
Platform: | Size: 176128 | Author: 黄山 | Hits:

[OS DevelopSmallRtos51

Description: Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating system, Small RTOS 51 are in the 8051 series of processors on the transplant (using keil c51). Small RTOS can simplify those complex and time-critical software engineering design work. This manual focuses on the use of Small RTOS, the note in the 8051 series of processors on the use of problem should be noted. At the same time about the Small RTOS transplant.
Platform: | Size: 690176 | Author: 海新 | Hits:

[Other Embeded program2task

Description: This app show how use two tasks with Keil RTOS.
Platform: | Size: 254976 | Author: Alex | Hits:

[ARM-PowerPC-ColdFire-MIPSRTOS

Description: This a sample of Keil RV RTOS being used in a LPC2378 own made plataform. Simple to understand.-This is a sample of Keil RV RTOS being used in a LPC2378 own made plataform. Simple to understand.
Platform: | Size: 112640 | Author: fanl | Hits:

[Other Embeded programrlarm401_mcu123

Description: keil rtos arm 嵌入式单片机-keil rtos
Platform: | Size: 7774208 | Author: xiaobo | Hits:

[Embeded-SCM DevelopThreadX_RTOS_demo_for_LM3S9xxx_using_Keil

Description: ThreadX RTOS demo for LM3S9xxx using Keil
Platform: | Size: 162816 | Author: RMU | Hits:

[SCM51-MCU-small-RTOS

Description: 51 单片机 small RTOS系统,keil环境下编译-51 single small RTOS system, keil compiler environment
Platform: | Size: 104448 | Author: 王明 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net